All Packages Class Hierarchy This Package Previous Next Index
NSDraggingSource
*
- draggingSourceOperationMaskForLocal:
Objective-C instance method.
- draggedImage:endedAt:deposited:
Objective-C instance method.
- ignoreModifierKeysWhileDragging
Objective-C instance method.
- draggedImage:beganAt:
Objective-C instance method.
public abstract void startedDraggingImage(Image aInimage, Point aPoint)
- draggedImage:beganAt:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingSource, should be enough to head you in the right direction
should you find more than one such method).
public abstract void finishedDraggingImage(Image anImage, Point aPoint, boolean flag)
- draggedImage:endedAt:deposited:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingSource, should be enough to head you in the right direction
should you find more than one such method).
public abstract int draggingSourceOperationMaskForLocal(boolean flag)
- draggingSourceOperationMaskForLocal:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingSource, should be enough to head you in the right direction
should you find more than one such method).
public abstract boolean ignoreModifierKeysWhileDragging()
- ignoreModifierKeysWhileDragging
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingSource, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index